Vcenter Authorization Roles ListResult

Vcenter Authorization Roles ListResult
Vcenter Authorization Roles ListResult

The Vcenter Authorization Roles ListResult schema contains information about the authorization roles defined in the vCenter Server.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "items": [
        {
            "role": "string",
            "info": {
                "name": "string",
                "description": "string",
                "privileges": [
                    "string"
                ],
                "system": false
            }
        }
    ],
    "marker": "string"
}
items
Required

The roles that match the specifiedVcenter Authorization Roles FilterSpec and Vcenter Authorization Roles IterationSpec in lexicographical order.

This property was added in vSphere API 9.0.0.0.

string
marker
Optional

An opaque marker indicating the last returned role. If there are more roles collected than were returned, the next ones can be retrieved directly by passing this value to another call to #list.

This property was added in vSphere API 9.0.0.0.

If missing or null then all of the currently available roles have been returned.